A feature is a single number that summarizes one property of a time series.
Rather than staring at 500 individual time plots, features let us compare many series at once by reducing each to a small set of descriptive statistics.
Examples: the mean, the variance, the lag-1 autocorrelation, the strength of trend, the strength of seasonality.
In fpp3, features(data, variable, feature_functions) computes a table of features for one or many series simultaneously. This is the basis for large-scale automated forecasting.